-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fixes Oss-Fuzz issue: 21916 #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes Oss-Fuzz issue: 21916 #1180
Conversation
@kabeer27 Could you please provide more detail information about heap-buffer-overflow error? As I can see, the |
@dota17 You can reproduce the steps by running the fuzzer and you will hit this shallow bug in <= 1 second,
|
I am trying to run the fuzzer.
Everything was fine in my local env. It didn't raise |
Are you compiling with ASan (Address Sanitizer flag)? To detect it using the fuzzer: |
I can't obtain some docker images, but I'v made some tests with so I need more information to see if it's really a bug, it's better to post some log or picture. I can merge this patch into master, after all, it's a small change, and it doesn't have a bad impact on other code. |
you can add me into the list. see #1047 |
Merged. thanks for reporting! |
* Fix heap-buffer-overflow in json_reader
No description provided.